home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000190_jaltman@columbia.edu_Sun Dec 22 11:38:38 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  99 lines

  1. Article: 13975 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: jaltman@columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: new features for k95 2.1.3 was Re: does agent forwarding work?
  6. Date: 22 Dec 2002 11:20:04 -0500
  7. Organization: Columbia University
  8. Lines: 82
  9. Message-ID: <au4onk$lpf$1@watsol.cc.columbia.edu>
  10. References: <u7kez93xu.fsf@att.net>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1040574007 1160 128.59.39.139 (22 Dec 2002 16:20:07 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 22 Dec 2002 16:20:07 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13975
  16.  
  17. In article <u7kez93xu.fsf@att.net>,
  18. Thomas A. Horsley <tom.horsley@att.net> wrote:
  19. : Playing around with the new kermit 95, and I can indeed get the agent to
  20. : store my keys locally, but when I try the following:
  21. : set ssh agent-forwarding on
  22. : ssh agent add \v(appdata)ssh/id_dsa (get passphrase prompt here)
  23. : ssh open IP-ADDR
  24. : I get connected to the remote system, but if I run ssh-add on the remote
  25. : system, I get:
  26. : "Could not open a connection to your authentication agent."
  27. : (the remote system is redhat linux with all the latest updates
  28. : for openssh).
  29.  
  30. The 2.1.3 release of Kermit 95 will support Agent Forwarding.
  31. I did the work last night to implement it along with some other new
  32. features:
  33.  
  34.  . SET TERMINAL LINE-SPACING 
  35.    in case you do not like single spaced terminals.  valid values
  36.    are between 1.0 and 3.0
  37.  
  38.  . Many new extended command line options:
  39.    --nomenubar
  40.    --notoolbar
  41.    --nostatusbar
  42.    --nobars :: all of the above
  43.    --nopush :: same as NOPUSH command, prevents external command execution
  44.    --noescape :: same as SET TERM ESCAPE-CHAR DISABLE.  Nullifies the 
  45.                  escape character and the \Kexit keyboard verb (alt-x)
  46.    --noscroll :: disables scrollbars and scroll keyboard verbs (NOSCROLL)
  47.    --lockdown :: combines all of the above
  48.  
  49.  . Fixed printing a mouse selection
  50.  
  51.  . SET TERMINAL CURSOR <style> NOBLINK
  52.    if you do not like blinking cursors
  53.  
  54.  . Fixed tt_\v(termtype) macros.  These are macros that are executed
  55.    when a terminal type is selected either by the user or by host 
  56.    negotiation.  They are useful to configure the terminal for specific
  57.    character-sets and other settings.  The macros can reference \v(line)
  58.    to determine the host the terminal is connected to.
  59.  
  60. Contributions can be made to my friend Kevin's Beer Fund:
  61.  
  62.   http://www.buykevinbeer.com
  63.  
  64. I would really like to be able to add a GUI Drag Drop File Transfer 
  65. display onto Kermit 95.  To do so will take me about three months full 
  66. time work.  If there are any organizations that would like to see this
  67. implemented and would be willing to contribute to my rent fund, please
  68. contact me.
  69.  
  70. Adding this capability would allow K95 to be used as a more user friendly
  71. interactive client for:
  72.  
  73.  . FTP servers (with or without SRP, SSL/TLS, Kerberos)
  74.  . Internet Kermit Servers
  75.  . any Kermit SERVER implementation that supports REMOTE KERMIT QUERY
  76.    to retrieve directory information
  77.  . and could be used for SFTP (the SSHv2 file transfer service) if
  78.    that is ever implemented
  79.  
  80. Happy Holidays!!!!
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90. -- 
  91.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  92.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  93.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  94.  kermit-support@columbia.edu               OpenSSL.
  95.